home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00092.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  181 b   |  11 lines

  1. on mouseDown
  2.   set the ink of sprite 11 to 4
  3.   updateStage()
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   set the ink of sprite 11 to 8
  8.   updateStage()
  9.   go("S08")
  10. end
  11.